+2005-03-31 Sven Neumann <sven@gimp.org>
+
+ Merged from gtk-2-6:
+
+ * gtk/gtkbutton.c
+ * gtk/gtkiconview.c: fixed gtk-doc comments.
+
2005-03-31 Michael Natterer <mitch@gimp.org>
Allow to pop up menus without grabbing the keyboard. Useful for
+2005-03-31 Sven Neumann <sven@gimp.org>
+
+ Merged from gtk-2-6:
+
+ * gtk/gtkbutton.c
+ * gtk/gtkiconview.c: fixed gtk-doc comments.
+
2005-03-31 Michael Natterer <mitch@gimp.org>
Allow to pop up menus without grabbing the keyboard. Useful for
+2005-03-31 Sven Neumann <sven@gimp.org>
+
+ Merged from gtk-2-6:
+
+ * gtk/gtkbutton.c
+ * gtk/gtkiconview.c: fixed gtk-doc comments.
+
2005-03-31 Michael Natterer <mitch@gimp.org>
Allow to pop up menus without grabbing the keyboard. Useful for
* This may have been explicitly set by gtk_button_set_image()
* or constructed by gtk_button_new_from_stock().
*
+ * Return value: a #GtkWidget or %NULL in case there is no image
+ *
* Since: 2.6
*/
GtkWidget *
/**
- * gtk_icon_view_set_item_width:
+ * gtk_icon_view_set_spacing:
* @icon_view: a #GtkIconView
* @spacing: the spacing
*
/**
* gtk_icon_view_set_row_spacing:
* @icon_view: a #GtkIconView
- * @spacing: the row spacing
+ * @row_spacing: the row spacing
*
* Sets the ::row-spacing property which specifies the space
* which is inserted between the rows of the icon view.
/**
* gtk_icon_view_set_column_spacing:
* @icon_view: a #GtkIconView
- * @spacing: the column spacing
+ * @column_spacing: the column spacing
*
* Sets the ::column-spacing property which specifies the space
* which is inserted between the columns of the icon view.